Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@arcblock/forge-util
Advanced tools
utils shared across mutlipe forge js libs, works in both node.js and browser
Utility functions to ease crypto/encoding related tasks, some methods are migrated from web3-utils
yarn add @arcblock/forge-util
# OR
npm i @arcblock/forge-util -S
const Util = require('@arcblock/forge-util');
console.log(Util.fromTokenToUnit(100)); // 100_0000_0000_0000_0000
console.log(Util.fromUnitToToken('1000000000000000000')); // 100
console.log(Util.isStrictHex('0x123abc')); // true
Following are the most used methods in @arcblock/forge-util
:
toHex
: convert any value to hex encoded stringfromUnitToToken
: convert human readable token presentation to big numberfromTokenToUnit
: convert big number to human readable token representationtoUint8Array
: convert any value to Uint8ArraytoBuffer
: convert any value to buffertoBase58
: convert any value to base58 formatfromBase58
: convert base58 format to buffertoBase64
: convert any value to base64 url encoded stringfromBase64
: convert base64 url encoded string to bufferUUID
: generate a random UUIDisUUID
: check if a string is valid UUIDtoDid
: prepend an did with did:abt:
prefixtoAddress
: remove did:abt:
prefixCheckout lib/index.d.ts for more API. Checkout tests/index.spec.js for more usage examples.
For full documentation, checkout https://forge-js.netlify.com
1.7.1 (September 08, 2022)
FAQs
utils shared across mutlipe forge js libs, works in both node.js and browser
We found that @arcblock/forge-util demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.